home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / lib / README
Text File  |  1994-08-01  |  3KB  |  66 lines

  1.  
  2.              ----------------------------------------------------
  3.              Explanation of the contents of ~4Dgifts/toolbox/libs
  4.              ----------------------------------------------------
  5.  
  6.          The following libraries and software are provided exclusively 
  7.          for use on Silicon Graphics computers.  
  8.   
  9.          Copyright (c) 1991, 1992, 1993, Silicon Graphics, Inc.
  10.          All Rights Reserved.
  11.   
  12.        The math libraries included herein have been updated to Irix 5.1.  
  13.        Everything has been recompiled and tested.  Different versions 
  14.        have been added for mips1 and mips2, serial and parallel.  The 
  15.        BLAS .a file's have been pulled out since they are available with 
  16.        the Irix 5.1 compilers.
  17.   
  18.          This subtree contains four different math library groupings:
  19.   
  20.   
  21.           -- blas:
  22.          test programs, a demo and the original source code for 
  23.          the BLAS (Basic Linear Algebra Subprograms);
  24.              optimized and parallelized versions of the BLAS for IRIS 
  25.          workstations can be found in:
  26.         /usr/lib/libblas.a
  27.         /usr/lib/libblas_mp.a
  28.         /usr/lib/mips2/libblas.a
  29.         /usr/lib/mips2/libblas_mp.a
  30.          for details about the different versions consult the manpage
  31.          for blas or the README file in the blas directory;
  32.   
  33.       -- libconv:
  34.          an optimized library featuring Convolutions for Finite 
  35.          Impulse Response (FIR) and Infinite Impulse Response 
  36.          (IIR) filters, together with correlations. The library
  37.          modules take 1D and 2D inputs and are available in 
  38.          single and double precision for real and complex 
  39.          arithmetic. The 2D subroutines have been parallelized 
  40.          and take full advantage of SGI's parallel architecture.
  41.  
  42.           -- libfft:
  43.              written by Jean-Pierre Panziera at SGI, libfft is a 
  44.              library of utilities for performing Fast Fourier 
  45.              Transforms (FFT), including one, two and three 
  46.              dimensional FFT's.  LIBFFT uses a "row-column"
  47.              algorithm based on 1D FFT's from FFTPACK;
  48.   
  49.           -- psort:
  50.              written by Jean-Pierre Panziera at SGI, psort is a 
  51.              parallel implementation of the Merge-Sort algorithm 
  52.              optimized for IRIS workstations.  The "psort" calling
  53.              sequence is the same as for the C library "qsort"
  54.              routine;  
  55.   
  56.           -- skyline:
  57.              contains the SKYLIB library, skylib.a.  SKYLIB is a 
  58.              library of Fortran 77 routines for solving linear
  59.              systems of equations where the matrix is banded, with
  60.              the bands varying in width, and stored in a packed form
  61.              known as skyline.
  62.   
  63.   
  64.           For more information, please consult the various README
  65.           files under each of these four subtrees.
  66.